libxl: test programs: Fix Makefile race re headers
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 6 Feb 2014 18:41:24 +0000 (18:41 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 6 Feb 2014 19:18:34 +0000 (19:18 +0000)
commit4950037bf276921171652a8e8f21ab34a27dfe97
treed163c0ac0fb363d38048e4538f449b6e014db0ab
parent2efcb0193bf3916c8ce34882e845f5ceb1e511f7
libxl: test programs: Fix Makefile race re headers

We need to include the new TEST_PROG_OBJS and LIBXL_TEST_OBJS in the
appropriate dependencies.  Otherwise we risk trying to build the test
program before gentypes is run.

Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Olaf Hering <olaf@aepfle.de>
Cc: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxl/Makefile